09. Use an Intent to Open Another Activity

Use an Intent to Open Another Activity

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Hint

Check out section “1.2 Starting activities” in this Vogella Android tutorial on intents for example code that may help you.
This article explains the format for defining a new method in the activity class (to handle the onClick attribute of a view).


These are the changes needed to complete the quiz.

This is the state of the code after completing the quiz.